home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
comm
/
xeno
/
BBSLST0197.lha
/
BBS-LIST
/
Install BBS-list
< prev
next >
Wrap
Text File
|
1996-12-30
|
2KB
|
64 lines
; ************************************************************
; *
; * $VER: Install Xenolink bbs-list (25-Nov-(1996)
; *
; * This is the installation script for the xenolink BBS-List
; *
; * Copyright © 1995-1996 DialTone BBS, All Rights Reserved
; *
; ************************************************************
(set destdir
(askdir
(prompt "Please indicate where you want the BBS-List drawer to be created, Suppose Xenolink: :-)).")
(help @askdir-help)
(default @default-dest)
)
)
(set destdir (tackon destdir "BBS-List"))
(if (= destdir "") (set destdir (tackon @default-dest "BBS-List")))
(if (= (exists destdir) 2)
(if
(askbool
(prompt "\n"
"The directory \"" destdir "\" already exists, do you wish to"
" replace the old files?" )
(help "The old files placed in this directory will be replaced"
" by the new ones.")
)
(set dummy 0)
(abort "Installation not done.\nAll files are intact.")
)
(if
(askbool
(prompt "\n"
"I'm going to create the directory \""destdir "\" were all "
"files needed for BBS-List will be placed.\n\n"
"You have " (getdiskspace((pathonly destdir))) " bytes free "
"on \"" (pathonly destdir) "\".\n"
"Approximately 300000 bytes will be needed for installation.\n\n"
"Do you wish to continue?")
(help "A directory will be created and all vital files will be"
" copied into the created directory.")
)
(set dummy 0)
(abort "Installation not done.\nNo directory created.")
)
)
(if (<> (exists destdir) 2) (makedir destdir (infos)))
(set @default-dest destdir)
(copyfiles (source "") (dest (tackon destdir "")) (all))
(copyfiles (source "Utils") (dest (tackon destdir "Utils")) (all))
(copyfiles (source "Pictures") (dest (tackon destdir "Pictures")) (all))